home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 6_functions / servernick < prev    next >
Text File  |  2001-03-21  |  397b  |  18 lines

  1. Synopsis:
  2.    $servernick(<refnum>)
  3.  
  4. Technical:
  5.    This function returns the client's current nickname on a given server.
  6.  
  7. Practical:
  8.    This function is good when using multiple servers with possibly different
  9.    nicks.
  10.  
  11. Returns:
  12.    nickname on server <refnum>
  13.  
  14. Examples:
  15.    $servernick(0)               always the same as $N
  16.    $servernick(2)               client's nick on server 2
  17.  
  18.